.marginbot {
margin-bottom:15px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
overflow:hidden;
width: 783px;
margin: 0px;
padding: 0px;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:8px;
margin-right:2px;
//border-bottom:2px solid #2f2f2f;
background-color:#aaaaaa;
//border-radius: 5px 5px 0 0;
//border-radius: 5px 5px 0 0;
cursor:pointer;
width: 120px;
text-align: center;
}

#tab5 {
	margin-right: 0px;
}

ul.tabs li:hover {
//background-color:#00adee;
//background: #0095cc;
//background: -moz-linear-gradient(top, #0095cc 0%, #00678e 100%);
//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095cc), color-stop(100%,#00678e));
//background: -webkit-linear-gradient(top, #0095cc 0%,#00678e 100%);
//background: -o-linear-gradient(top, #0095cc 0%,#00678e 100%);
//background: -ms-linear-gradient(top, #0095cc 0%,#00678e 100%);
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095cc', endColorstr='#00678e',GradientType=0 );
//background: linear-gradient(top, #0095cc 0%,#00678e 100%);
background: #498c40;
background: -moz-linear-gradient(top, #498c40 62%, #4d723f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#498c40), color-stop(100%,#4d723f));
background: -webkit-linear-gradient(top, #498c40 62%,#4d723f 100%);
background: -o-linear-gradient(top, #498c40 62%,#4d723f 100%);
background: -ms-linear-gradient(top, #498c40 62%,#4d723f 100%);
background: linear-gradient(to bottom, #498c40 62%,#4d723f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498c40', endColorstr='#4d723f',GradientType=0 );
}

ul.tabs li.current {
padding:8px;
//background: #00adee;
//background: -moz-linear-gradient(top, #00adee 0%, #0078a5 100%);
//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5));
//background: -webkit-linear-gradient(top, #00adee 0%,#0078a5 100%);
//background: -o-linear-gradient(top, #00adee 0%,#0078a5 100%);
//background: -ms-linear-gradient(top, #00adee 0%,#0078a5 100%);
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 );
//background: linear-gradient(top, #00adee 0%,#0078a5 100%);
background: #498c40;
background: -moz-linear-gradient(top, #498c40 62%, #4d723f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#498c40), color-stop(100%,#4d723f));
background: -webkit-linear-gradient(top, #498c40 62%,#4d723f 100%);
background: -o-linear-gradient(top, #498c40 62%,#4d723f 100%);
background: -ms-linear-gradient(top, #498c40 62%,#4d723f 100%);
background: linear-gradient(to bottom, #498c40 62%,#4d723f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498c40', endColorstr='#4d723f',GradientType=0 );
}

.tabscontent {
border-top:2px solid #1B7716;
padding:5px;
display:none;
text-align:justify;
background: #FFFFFF;
//box-shadow: 0px 0px 10px rgba(121, 108, 100, 0.506);
min-height: 300px;
-moz-border-radius:  0 0 5px 5px;
-webkit-border-radius:  0 0 5px 5px

}